socketio
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
socketio
socketio
/
dev.adven.sockit.api
/
[common]ConnectionState
Connection
State
sealed
interface
ConnectionState
Inheritors
Disconnected
Connecting
Connected
Reconnecting
Failed
Members
Types
Connected
Link copied to clipboard
data
object
Connected
:
ConnectionState
Connecting
Link copied to clipboard
data
object
Connecting
:
ConnectionState
Disconnected
Link copied to clipboard
data
object
Disconnected
:
ConnectionState
Failed
Link copied to clipboard
data
class
Failed
(
val
error
:
SocketError
)
:
ConnectionState
Reconnecting
Link copied to clipboard
data
class
Reconnecting
(
val
attempt
:
Int
)
:
ConnectionState